home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / fproot / math / linear / MatCat < prev    next >
Encoding:
Text File  |  1987-02-09  |  91 b   |  5 lines

  1. (* Converts pair of matrices to matrix of pairs *)
  2.  
  3. DEF MatCat AS trans | EACH trans END;
  4.  
  5.